func crypto/tls.newConstantTimeHash

2 uses

	crypto/tls (current package)
		cipher_suites.go#L431: 		h = newConstantTimeHash(h)
		cipher_suites.go#L596: func newConstantTimeHash(h func() hash.Hash) func() hash.Hash {